home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 3 / Cream of the Crop 3.iso / editor / me141.zip / README < prev   
Text File  |  1993-11-03  |  5KB  |  117 lines

  1. ***** ME.EXE *****
  2.  
  3. version 1.41,  3. Nov. 1993
  4.  
  5. by
  6. Martin Doppelbauer
  7. Am Spoerkel 17
  8. 44227 Dortmund
  9. Federal Rep. of Germany
  10. UET401 at hrz.unidozr.uni-dortmund.de
  11.  
  12.  
  13. This archive contains the files:
  14.  
  15. ME.EXE        the editor
  16. ME.DOC        a german description
  17. README        a short english description (yes, you're reading it now!)
  18.  
  19.  
  20. ME is FREEWARE, which means you can copy and distribute the program freely,
  21. but the copyright remains with the author.
  22. You are not allowed to sell the programm for a price more than the cost
  23. of the media (5$ for floppy-disks and 25$ for cd-rom).
  24.  
  25. It is *not* SHAREWARE or CRIPPLEWARE (I don't like these to much). You get a
  26. full copy and don't have to pay a huge amount of money after a period of 
  27. time.
  28.  
  29. It is also *not* PUBLIC DOMAIN.
  30.  
  31. If you like ME, just send me a note to my e-mail accout or (better yet) send a
  32. postcard with a nice picture and stamp.
  33. If you don't like it, delete it from your disk.
  34.  
  35. If you encounter any problems (bugs), drop me a note.
  36.  
  37.  
  38. What is ME ?
  39. ME is a small but powerfull hex and ASCII editor. It can handle up to three
  40. different files at the same time, but is currently limited to DOS memory
  41. (the often referred 640 KB barrier). Some future versions will be designed to
  42. use XMS memory.
  43. ME can display (edit and print) files in HEX and ASCII format.
  44.  
  45. To start the editor simply type:
  46.  
  47. ME
  48.  
  49. which will automatically load the last used files, restore the jump tags,
  50. video mode, colours and other stuff (if enabled in the setup-menu and if ME
  51. has been used in the current directory before) or start with a blank editor.
  52.  
  53. ME uses a file ME.SET to remember all these things.
  54.  
  55.  
  56. If you want to edit a certain file, type:
  57.  
  58. ME <filename1> <filename2> <filename3>
  59.  
  60. You don't need to supply the extension, if it's one of:
  61. .C .H .ASM .BAT .FOR .PRG .PAS .SYS .BAS .TXT .ME .DAT for ASCII texts, or
  62. .COM .EXE .OVL for HEX-data. Furthermore wildcards (* and ?) may be used.
  63.  
  64. For example, "ME AUTOEXEC CONFIG" will load both AUTOEXEC.BAT and CONFIG.SYS
  65. in the editor (use the <o> key to switch between these two).
  66.  
  67. The editor knows three different modes:
  68. - Insert - mode       (press <i> or <ins> to enter)
  69. - Exchange - mode     (press <x> or <ins> <ins> to enter)
  70. - Command - mode      (press <esc> to enter).
  71.  
  72. The first two modes don't need further explanation. All keys simply enter text
  73. and the cursor keys act as you'll expect them to do.
  74. The only special text-characters are 08 (Tab) 10 (Line-Feed) and 13 (Return).
  75. All other characters are displayed.
  76.  
  77. In Command-mode (nearly) every key has it's purpose. Enter <?> to see a list 
  78. of valid commands. All commands are listed in three headlines. Use <space> to
  79. switch between these three (the headline is only to remind you; you can type
  80. any command at any time, regardless of what is shown in the heading).  
  81.  
  82. You can determine which mode you're in by looking at the headline or at the
  83. cursor. A small line means 'Command-mode'. A square means 'Insert-mode' and
  84. finally a rectangle means 'Exchange-mode'. 
  85.  
  86. The <s> command is somewhat special. It calls the setup-menu. Enter <esc> to 
  87. come back to command-mode. Within the setup-menu you can change the colours,
  88. the video mode and various other settings. If you would like to enable the 
  89. editor to remember all the settings even if you quit and come back some time
  90. later, then set "SAVE-SETUP" to "YES".
  91. Now everytime you leave (press <q> in command-mode) the file "ME.SET" is 
  92. written in the current directory. It contains all status information.
  93. Later you can simply enter "ME" and the editor will automatically reload
  94. all the files, jump tags, colour and video-mode settings you have used before.
  95. Note that a different setup can be stored for every sub-dir. This enables you
  96. to work on different projects. But you can also have a default setting for
  97. all subdirs. Use the MS-DOS "APPEND" command to define any directory which 
  98. will hold the default ME.SET file.
  99.  
  100. ME can handle both MSDOS-files (13 10 at end of line) and UNIX-files (a 
  101. single 10 at end of line). When printed (command <n>) all UNIX-files are
  102. automatically sent to the printer in MSDOS format.
  103.  
  104. Use the <u> key to switch between ASCII and HEX editor. In HEX you can use
  105. the <tab> key to toggle between ASCII and HEX entry (this sounds complicated,
  106. but is very easy. Just give it a try). Nearly all commands work the same in 
  107. both editors.
  108.  
  109.  
  110.  
  111. If you need further help, use the <?> command or read the description (sorry,
  112. at this time only available in german).
  113.  
  114.  
  115.  
  116. Dipl.-Ing. Martin Doppelbauer
  117.